ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartCore<T> Class / AxisY Property






In This Topic
    AxisY Property (FlexChartCore<T>)
    In This Topic
    Gets the main Y axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisY As ChartAxis(Of T)
    'Usage
     
    
    Dim instance As FlexChartCore(Of T)
    Dim value As ChartAxis(Of T)
     
    value = instance.AxisY
    public ChartAxis<T> AxisY {get;}
    public read-only property AxisY: ChartAxis; 
    public function get AxisY : ChartAxis
    public: __property ChartAxis<T*>* get_AxisY();
    public:
    property ChartAxis<T^>^ AxisY {
       ChartAxis<T^>^ get();
    }
    See Also